@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#035CAC;        /* 主色 */
	--main_color_rgb:3,92,172;  /*rgba*/
    --second_color:#FF5F2A;      /* 副色 */    
}

body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family: "Microsoft YaHei","微软雅黑"; overflow-x:hidden;background:#fff;}
a{text-decoration:none; color:#333;}
a:hover{color:var(--main_color);}

ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.fot_blank{height:1rem;}


/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}

/*图片放大*/
.picShow img:hover,.picShow a:hover img{transition:all 500ms ease-out 0s; 
  -webkit-transform:scale(1.1);
  moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
opacity:1;}
.picShow img{transition:all 500ms ease-out 0s; }

.main{width: 88%; margin: auto; max-width: 1400px; min-width: 1200px;}
.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display: flex;justify-content: flex-start;flex-wrap:wrap;}
.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}
.t_left_center{display:flex; flex-direction:column; justify-content:center;}

/*文字省略*/
.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ellipsis3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}

.col_2  li{width: 48%;}
.col_3  li{width: 32%; margin-right:2%;}
.col_4  li{width: 23.8%; margin-right:1.6%;}
.col_5  li{width: 18.5%; margin-right:1.8%;}
.col_3  li:nth-child(3n),
.col_4  li:nth-child(4n),
.col_5  li:nth-child(5n){ margin-right:0;}


/*头部*/
.header{ background:#fff; box-shadow: 0 2px 10px rgba(0,0,0,0.15); z-index: 100; position:relative;}
.header .logo{ height:90px; }
.header .logo img{height:68px; display:block;}

/*下拉菜单*/
.navBox {position:relative; z-index:999;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 .25rem; position: relative;}
.navBox .nav li>a {display: block;position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li.curr>a .bg {background: var(--main_color);position: absolute;left: 50%; margin-left:-9px; border-radius:20px; bottom:25px;width:18px;display: block;height:4px;transition: 0.5s;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:16px;color: #111; transition:0.5s all;}
.navBox .nav li.active a .txt { color:var(--main_color);}


.subNavbox{width:100%;position:absolute; top:100%;left:50%;background:#fff; -webkit-transform:translate(-50%,10px); border-radius:5px;padding:10px 15px;opacity:0; pointer-events:none; transition:all .3s;box-shadow:0 5px 25px rgba(0,0,0,.2);}
.subNavbox:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent rgba(255,255,255,.96);}
.subNavbox p:not(:last-of-type){border-bottom:1px solid #ddd}
.subNavbox a{display:block;position:relative;font-size:14px;padding:15px 0; transition:0.3s all; text-align: center; }
.subNavbox a:before{content:"";position:absolute;top:7px;bottom:7px;left:-15px;width:3px;background:var(--main_color);-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);transition:0.3s all;}
.subNavbox a.active,.subNavbox a:hover{color:var(--main_color)}
.subNavbox a.active:before,.subNavbox a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.subNavbox.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }

/*电话*/
.header .tel {margin-left:.5rem;}
.header .tel .ico{margin-right:5px;}
.header .tel p{font-size:14px; color:#888;}
.header .tel h6{font-size:22px; color:var(--second_color); }




/*======================轮播图======================*/
/*焦点图*/
	#banner {width:100%; min-width:1200px; position:relative; z-index:0; height:calc(100vh - 90px); background:#000; overflow:hidden;}
	
	#banner .pic{width:100%; height:100vh; z-index:8;}  
	#banner .pic img{width:100%; height:100%; object-fit:cover;}
	#banner .swiper-slide-active .pic{ animation:bgscale 6s linear forwards; -webkit-animation:bgscale 6s linear forwards; } 
	@-webkit-keyframes bgscale {
	from { -webkit-transform: scale(1.1); transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
	to { -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
	}
	@keyframes bgscale {
	from { -webkit-transform: scale(1.1); transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
	to { -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
	}

	#banner .txt{position:absolute;z-index: 999;left:0;top:0;right:0; bottom:0;display: flex; flex-direction:column; justify-content:center; align-items:center; text-shadow:rgba(0,0,0,0.5) 1px 1px 2px;}
	#banner .txt h3{font-size:.68rem; color:#fff;  margin-bottom:.25rem; letter-spacing:1px; }
	#banner .txt p{font-size:.38rem; color:#fff;  letter-spacing:6px;}
	

	#banner .txt h3 {transform:translateY(200px);opacity:0;transition:all 0.3s;}
	#banner .txt p {transform:translateY(200px);opacity:0;transition:all 0.6s;}
	#banner .txt .viewmore {transform:translateY(200px);opacity:0;transition:all 0.9s; margin-top:50px;}
	#banner .swiper-slide-active .txt h3,
	#banner .swiper-slide-active .txt p,
	#banner .swiper-slide-active .txt .viewmore{transform:translateY(0px);opacity:1; transition-delay:1s;}
		
	.viewmore {position: relative;}
	.viewmore a{pointer-events: all; display: block;width: 108px;height: 46px; font-size:16px;line-height: 46px;border:1px solid rgba(255,255,255,.5); color:#fff;padding:0 25px;position: relative;transition:all 0.3s; }
	.viewmore a i{width: 20px;height: 20px;position: absolute;right: 15%;top: 50%;margin-top: -10px; background: url("/static/default/mysite/images/rb-1.png") center no-repeat;}
	.viewmore a:after { position:absolute; right:0; top:0; content: ""; width:0;background:rgba(255,255,255,.35);height:100%; transition:0.6s all;}
	.viewmore a:hover:after{width:100%; left:0;}

/*按钮切换*/	
	#banner .swiper-button-prev,#banner .swiper-button-next {display: none;width: 72px;height: 72px; background: url(/static/default/mysite/images/ico_sliding.png) no-repeat; margin-top:-36px;opacity:0.3;}
	#banner .swiper-button-prev {background-position: 0 0;}
	#banner .swiper-button-prev:hover { background-position: 0 -144px;}
	#banner .swiper-button-next { background-position: 0 -72px;}
	#banner .swiper-button-next:hover {background-position: 0 -216px;}
/*分页器*/
	#banner .swiper-pagination-bullet{width: .1rem;height: .1rem; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.36); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;}
	#banner .swiper-pagination-bullet-active{background:rgba(255,255,255,0.8);color: #fff;width:.3rem;border-radius: 30px;opacity: 1.0;}
	#banner .swiper-pagination{bottom:20px;}

/*底部文字*/		
#banner .bot{ height:65px; background:rgba(0,0,0,0.5); position:absolute; left:0; bottom:0; width:100%; z-index:1;}
#banner .bot:before {content: '';width: 42%;height: 65px;background:var(--main_color);position: absolute;left: 0;top: 0;z-index:1;}
#banner .bot .left { font-size:16px; text-align: center;position: absolute;left: 0;top: 0;width: 42%;color: #fff;line-height: 65px;z-index: 10;}
#banner .bot .right { position: absolute;right:5%;top: 0; color: #fff;line-height: 65px;z-index: 10; font-size:16px;}
#banner .bot .right b{font-size:18px;}


/*页面标题*/
.main_tit { padding-top:60px; text-align:center;}
.main_tit h3{ font-size:.36rem; color:#000; }
.main_tit h3:after {content: "";display: block;width: 20px;height: 4px;background:var(--main_color);border-radius: 10px;margin: 15px auto 15px auto;}
.main_tit p{ text-align:center; line-height:2; margin:0 auto 35px auto; color:#666; text-transform:uppercase;}

/*首页公司介绍*/
.index_about{}
.index_about .desc{ font-size:.16rem; line-height:2; margin-bottom:.5rem; text-align:justify;}
.index_about ul li:first-child{ width:60%;}
.index_about ul li:last-child{ width:38%;}
.index_about .pic{ height:3rem; overflow:hidden; position:relative;}
.index_about .pic img{ width:100%; height:100%; object-fit:cover; display:block; transition:0.3s all;}
.index_about .pic p{ font-size:.32rem; position:absolute; left:.5rem; top:50%;transform:translate(0,-50%); color:#fff;}

.shuzi{ margin-bottom:.6rem; margin-top:.6rem;}
.shuzi .left{ width:72%;}
.shuzi li i{ font-size:.42rem; color:var(--main_color); display:inline-block; margin-right:10px; font-weight:bold; font-style:normal;}
.shuzi li span{ font-size:.25rem;  color:var(--main_color);}
.shuzi li p{ font-size: 15px; margin-top:5px;}

.shuzi .right a{background:url(/static/default/mysite/images/arr.png) no-repeat center center var(--main_color);display: block;height: 80px;width: 80px; transition:0.3s all;}
.shuzi .right a:hover{transform:translateY(-3px); box-shadow:0 5px 14px rgba(0,0,0,0.15);}


/*主营业务*/
.yewu_bg{background:#f2f4f8; padding:.01rem 0 .9rem;}
.yewu_list li{width:31.5%; background:#fff; box-shadow: 0 0 32px #eee;}
.yewu_list li .pic{overflow:hidden; transition:all .5s; height:2.2rem;}
.yewu_list li .pic img{width:100%;display:block; transition:0.3s all;}
.yewu_list li:hover .pic img{transform:scale(1.08);}
.yewu_list li .txt{padding:30px 25px 35px; }
.yewu_list li .txt h3{ font-size:20px; font-weight:normal;}
.yewu_list li .txt h3:after {content: "";display: block;width: 25px;height: 4px;background: var(--main_color); margin: 15px 0 25px 0;}
.yewu_list li .txt p{ text-align:justify; line-height:1.8; color:#999; margin-bottom:25px;}
.yewu_list li a{ display:inline-block; line-height:36px; width:105px; border-radius:5px; text-align:center; color:#666; border:solid 1px #ccc; transition:0.3s all;}
.yewu_list li a:hover{ background:var(--main_color); border:solid 1px var(--main_color);color:#fff;}



/*右侧表单*/
.section01 .right .bd input{width:100%; line-height:50px; box-sizing:border-box; outline:none; background:#fff; padding:0 15px; border:solid 1px #ddd; margin-bottom:15px; border-radius:5px; font-family:"微软雅黑"; font-size:14px;}
.section01 .right .bd textarea{width:100%; height:100px; line-height:24px; outline:none; box-sizing:border-box; background:#fff; padding:5px 15px; border:solid 1px #ddd; margin-bottom:20px; border-radius:5px;font-family:"微软雅黑"; font-size:14px;}
.section01 .right .bd button.but{width:100%;line-height:52px; background:var(--main_color); color:#FFF; font-size:16px; border:none; outline:none; border-radius:3px; transition:all 300ms ease-out 0s;}
.section01 .right .bd button.but:hover{background:var(--main_color); cursor:pointer;}
.section01 .right .bd .form-group{position:relative;}
.section01 .right .bd .form-group img{position:absolute; top:1px; right:0;}
.section01 .right .bd input:focus,.section01 .right .bd textarea:focus{ border:solid 1px var(--main_color);}


.red_btn a{ background:var(--main_color); color:#fff; display:inline-block; padding:10px 35px; border-radius:50px;}
.red_btn a:hover{}

.btn_flash{overflow:hidden; position: relative;}
.btn_flash .anim { -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; }
.btn_flash .anim:before { position: relative; content: ''; display: block; margin-top: 100%; }
.btn_flash .anim:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.btn_flash:hover .anim { -moz-animation: anim-out 0.75s; -webkit-animation: anim-out 0.75s; animation: anim-out 0.75s; }
.btn_flash:hover .anim:after { -moz-animation: anim-out-pseudo 0.75s; -webkit-animation: anim-out-pseudo 0.75s; animation: anim-out-pseudo 0.75s; }
@-webkit-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-moz-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
} 
@-ms-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-webkit-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-moz-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-ms-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}



/*解决方案*/
.jjfa_list{ overflow:hidden;  box-sizing:border-box; position:relative;}
.jjfa_list .swiper-wrapper{}
.jjfa_list li{ border-radius:0px; overflow:hidden; position:relative; margin-bottom:25px;}
.jjfa_list li .pic{}
.jjfa_list li .pic img{ width:100%; display:block; opacity:1; transition:0.5s all; }
.jjfa_list li .pic:hover img{opacity:1;}
.jjfa_list li .txt{background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.68) 99%); position: absolute;left: 0;bottom: 0; width: 100%;z-index: 1; box-sizing:border-box; padding:50px 10px 25px 10px;}
.jjfa_list li .txt h2{font-size:18px;color:#fff; text-align:center;}
.jjfa_list li .txt h3{font-size:15px;color:#fff; text-align:center; font-weight:normal; margin-bottom:-10px;}


/*按钮切换*/	
#jjfa_btn .swiper-button-prev { left:-70px; background: url(/static/default/mysite/images/focus_btn_prev.png) no-repeat; background-size: cover;}
#jjfa_btn .swiper-button-next {right:-70px;background: url(/static/default/mysite/images/focus_btn_next.png) no-repeat; background-size: cover;}
#jjfa_btn .swiper-button-prev,#jjfa_btn .swiper-button-next { width:64px;height: 64px; outline:none;  opacity:1; transition:0.3s all;}
#jjfa_btn .swiper-button-prev:hover,#jjfa_btn .swiper-button-next:hover{ opacity:1; transform:scale(1.1);}
/*分页器*/
#jjfa_btn .swiper-pagination-bullet{width: 12px;height: 12px; display: inline-block; border-radius: 50%; background:#ddd; transition: all .5s ease;opacity: 1.0;}
#jjfa_btn .swiper-pagination-bullet-active{background:var(--main_color); opacity: 1.0;}
#jjfa_btn .swiper-pagination{ text-align:center; width:100%;}
#jjfa_btn .swiper-pagination span{margin:0 3px;}



/* 合作伙伴 */
.hezuo{position: relative;width: 100%; padding-bottom:.8rem; min-width:1200px; margin-top:.6rem;}
.hezuo .hezuo_box{}
.hezuo ul { margin-top:50px;}
.hezuo ul li{ width: 13.1%;  margin-bottom:25px; border-radius:3px; overflow:hidden; transition:0.3s all; box-shadow: 0 0 25px #ddd;}
.hezuo ul li img{display:inline-block;  max-width:100%; max-height:100%; opacity:0.8;}
.hezuo ul li:hover{ transform: translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);}
.hezuo ul li:hover img{opacity:1;}



/*==========网站首页新闻中心===============*/
.new_list{}
.new_list li{margin-bottom:25px; transition:0.5s; background:#f2f4f8; /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/}
.new_list li:hover{box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); background:var(--main_color); transform: translate3d(0, -15px, 0);-webkit-transform: translate3d(0, -15px, 0);}
.new_list .pic{overflow:hidden; position:relative;}
.new_list .pic img{width:100%; display:block; transition:0.5s;}

.new_list li .txt{padding:20px 20px;}
.new_list li .txt h5{ font-size:17px; font-weight:normal; line-height:1.8;transition:0.5s;}
.new_list li .txt p{color:#888;line-height:1.8; transition:0.5s;}
.new_list li .txt span{display:block;font-size:13px;color:#999;padding:20px 0px 20px 0px ; font-family:din;transition:0.5s;}
.new_list li:hover .pic img{transform:scale(1.1);}
.new_list li:hover h5,.new_list li:hover p,.new_list li:hover span{color:#fff;}

.red_btn1{text-align:center;}
.red_btn1 a{ color:var(--main_color); width:160px; line-height:44px; border:solid 1px var(--main_color); font-size:16px; display:inline-block; border-radius:50px; transition:0.5s all;}
.red_btn1 a:hover{ background:var(--main_color); color:#fff;}


/*================图片列表=====================*/
.pic_list{}
.pic_list  li{position:relative; overflow:hidden; margin-bottom:10px;}
.pic_list  li .pic{  overflow:hidden; position:relative;}
.pic_list  li img{width:100%; display:block; transition:0.3s all; opacity:1;}
.pic_list  li:hover img{transform:scale(1.08);}
.pic_list  li .txt{ text-align:center; line-height:36px; transition:0.4s all;  font-size:14px; transition:0.6s all;}
.pic_list  li:hover .txt{color:#fff; background:var(--main_color);}




/* 底部 */
.foot_bg{ width:100%; min-width:1200px; background:url(/static/default/mysite/images/foot-map.png) no-repeat center top var(--main_color); background-size:contain; padding:60px 0 60px 0; margin-top:.8rem;}
.fot_line{border-right:rgba(255,255,255,0.05) 1px solid; min-height: 180px; box-sizing:border-box;}

.footer_left{width:calc(100% - 625px);float:left;}
.footer_left .db_dh li{font-size:14px; line-height:36px;}
.footer_left .db_dh li a{color:rgba(255,255,255,0.66); transition:0.3s all;}
.footer_left .db_dh  .dh_first{height:40px; margin-bottom:15px; position:relative; border-bottom:solid 1px rgba(255,255,255,0.2);}
.footer_left .db_dh  .dh_first:after {width: 15px;height: 2px;position: absolute;left: 0;bottom: -1px;content: '';background:#fff;}
.footer_left .db_dh  .dh_first a{font-size:16px;color:#fff;}
.footer_left .db_dh li a:hover{color:var(--main_color);}

.b_weixin{text-align:center; margin-top:8px;}
.b_weixin h4{padding: 0 0 0 25px;font-size: 16px; font-weight:normal;color: #fff;background: url(/static/default/mysite/images/icon_ewm.png) 0 center no-repeat; margin-bottom: 25px;}
.b_weixin li{}
.b_weixin li img{ width:108px; height:108px; margin-bottom:10px;}
.b_weixin li p{font-size: 14px; text-align:center; color:rgba(255,255,255,0.66);}

.b_contact{width:360px;padding:0 0 0 60px; box-sizing:border-box; margin-top:8px;}
.b_contact h4{padding: 0 0 0 30px;font-size: 16px; font-weight:normal;color: #fff; background: url(/static/default/mysite/images/icon_ren.png) left center no-repeat;margin-bottom: 20px;}
.b_contact p{ font-size:14px;color:rgba(255,255,255,0.66); line-height:35px;}
.b_contact p.foot_tel {font-size:30px; margin-bottom:15px; color:#fff; font-weight:bold;}


.copyright{ width:100%; min-width:1200px; margin:0px auto; padding:18px 0;  background:#024582; color:rgba(255,255,255,0.46); text-transform:uppercase; font-size:12px;}
.copyright a{color:rgba(255,255,255,0.36);}
.copyright span,.copyright a{color:rgba(255,255,255,0.46); margin:0 5px;}
.copyright span{ float:right; color:rgba(255,255,255,0.46); font-size:12px;}



/*内页banner=*/
.page_ban{ width:100%; max-width:1920px; position:relative;min-width:1200px;}
.page_ban .pic{ height:450px; background:#000;}
.page_ban .pic img{width:100%; display:block; opacity:0.9}
.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0; display: flex; z-index:9; flex-direction:column; align-items:center;}
.page_ban .txt h5 { font-size:40px; font-weight: normal; color: #fff;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);text-align:center;}


/*位置*/
.sub_weizhi{ line-height:60px; height:60px; background:#f2f4f8; border-bottom: #e8e8e8 0px solid; min-width:1200px; margin:auto; overflow:hidden;}
.weizhi{background:url(/static/default/mysite/images/home_icon.png) no-repeat left center; padding-left:25px;  color:#666; font-size:12px;}
.weizhi a{ color:#666;}

/*===================子栏目导航================*/
#n_nav a{position: relative;float: left;display: block; font-size:15px; padding:0 25px;background: url(/static/default/mysite/images/line_n_title.jpg) right 1px center no-repeat; text-align: center; }
#n_nav a:last-child{ background: none;}
#n_nav a strong{ position: relative; display: block;z-index: 9; height: 60px; line-height:60px; color: #555; font-weight:normal; transition:0.6s all; }
#n_nav a span{position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; display: inherit; text-align: center;}
#n_nav a i{ display:inline-block; background:var(--main_color); height: 60px; width: 0px; transition:0.6s all; opacity:0;}
#n_nav  a.on i,#n_nav a:hover i{width:100%; opacity:1;}
#n_nav  a.on strong,#n_nav a:hover strong{ color: #fff; }


/*===================公司介绍================*/
.page_about{ margin-top:.8rem}
.page_about .left{width:25%; position:relative;}
.page_about .right{width:75%; }

.page_about .left h2{font-size:.36rem; color:#000;}
.page_about .left span{ width:2px; display:inline-block; position:absolute; left:5px;}
.page_about .left span.line1{height:.35rem; background:var(--main_color); top:.7rem;}
.page_about .left span.line2{height:1rem; background:#ccc; top:1.1rem;}
.page_about .left em{ position:absolute; left:16px; top:2.2rem; font-size:16px;color: rgba(0,0,0,0.3); font-weight:500; font-style:normal;text-transform: uppercase;letter-spacing: .03rem;transform: rotate(90deg);
	transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
}


.page_about .right .about_txt{ font-size:.16rem; color:#666; line-height:2;}
.page_about .right .about_txt p{margin-bottom:.15rem; text-align:justify;}




/*======================公司介绍轮播图======================*/
#page_about {width:100%; position:relative; z-index:0; background:#000; overflow:hidden;}
#page_about .swiper-slide img{width:100%; display:block;}
	
/*按钮切换*/	
#page_about .swiper-button-prev,#page_about .swiper-button-next {width: 72px;height: 72px; background: url(/static/default/mysite/images/ico_sliding.png) no-repeat; margin-top:-36px;opacity:0;}
#page_about .swiper-button-prev {background-position: 0 0;}
#page_about .swiper-button-prev:hover { background-position: 0 -144px;}
#page_about .swiper-button-next { background-position: 0 -72px;}
#page_about .swiper-button-next:hover {background-position: 0 -216px;}
/*分页器*/
#page_about .swiper-pagination{bottom: 25px;}
#page_about .swiper-pagination-bullet {width: 38px;height: 3px;border-radius: 0;background: rgba(0, 0, 0, .3);opacity: 1;position: relative;margin: 0 5px !important;}
#page_about .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 0;height: 3px;z-index: 1;transition: 0s;}
#page_about .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease;}



/*企业文化*/
.qywh1 li{ width:24.3%; position:relative; background:#f2f4f8; transition:0.6s all;}
.qywh1 li:after{ content:""; display:block; position:absolute; right:0; bottom:0; width:0; height:2px; background:var(--main_color); transition:0.6s all;}
.qywh1 li:hover:after{width:100%; left:0;}

.qywh1 li .txt{ padding:.5rem .4rem;  }
.qywh1 li .txt h3{font-size:.35rem; color:var(--main_color);  margin-bottom:20px; font-family:din;}
.qywh1 li .txt h5{font-size:22px; font-weight:lighter;  margin-bottom:20px;}
.qywh1 li .txt h5 img { height:30px; margin-right: 15px;vertical-align: middle;}
.qywh1 li .txt p{line-height:2; font-size:15px; color:#666; text-align:justify;}

.qywh1 li:before {content: "";width: 100%;height: 100%;background:rgba(0,0,0,.1);display: block;position: absolute;z-index: -1;left: 0px;top: 0px;transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0;
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);visibility: hidden;
}
.qywh1 li:hover:before {transform: scale(1);-webkit-transform: scale(1);opacity: 1;visibility: visible;}



.qywh2{ margin-top:.2rem;}
.qywh2 li{width:49.5%; position:relative; color:#fff; border-radius:0px; overflow:hidden;}
.qywh2 li .pic{ width:100%;overflow:hidden;}
.qywh2 li .pic img{width:100%; display:block;}
.qywh2 li .txt{position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.25); box-sizing:border-box; padding:.6rem; }
.qywh2 li .txt h5{font-size:25px; font-weight:normal; margin-bottom:20px;}
.qywh2 li .txt h5:after{content:"";display: block;width:20px;background:rgba(255,255,255,0.5); height: 2px; margin:15px 0; }
.qywh2 li .txt p{font-size:15px; line-height:25px; margin-bottom:10px;}






/*资质荣誉列表页*/
.zzry_list li{ width:23%;  margin-right:2%; margin-bottom:25px; position:relative; text-align:center; overflow:hidden;}
.zzry_list li .pic{height:360px; background:#f2f4f8;}
.zzry_list li .pic img{max-width:85%;max-height:90%;display: inline-block;opacity:1;}
.zzry_list li .txt{ background:rgba(0,0,0,0.4); position:absolute; transform: scale(0.3); top:0; left:0; width:100%; height:100%; color:#fff; text-align:center; opacity:0; transition: 0.6s all;}
.zzry_list li:hover .txt{ opacity:1; transform: scale(1);}



/*================招贤纳士=====================*/
.zhaopin_bg{ background:url(/static/default/mysite/images/n_container_bg.jpg) no-repeat center bottom; padding-bottom:1rem;}
/*人才招聘*/
.rcln{}
.rcln li{ position:relative;}
.rcln li:first-child{ width:60%; }
.rcln li:last-child{ width:38.5%;}
.rcln li .pic{ width:100%; height:355px; overflow:hidden; border-radius:10px;}
.rcln li .pic img{ width:100%; height:100%; object-fit: cover; }

.rcln li:first-child .txt{ position:absolute; left:0; right:0; top:0; bottom:0; padding:80px 1.5rem 0 90px; color:rgba(255,255,255,0.76); line-height:2; text-align:justify;}
.rcln li:first-child .txt h5{font-size:22px; color:#fff; margin-bottom:20px;}
.rcln li:first-child .txt p{margin-bottom:15px;}
.rcln li:last-child .txt{ position:absolute; left:0; right:0; top:0; bottom:0; padding:1rem 0 0 60px; font-size:18px; color:rgba(0,0,0,0.6);}
.rcln li:last-child .txt h5{font-size:25px; font-weight:normal; color:#000; margin-bottom:20px;}

.job_list{ margin-bottom:1rem;}
.job_list li{width:31.6%; margin-right:2.5%; margin-bottom:25px;}
.job_list li:nth-child(3n){margin-right:0;}
.job_list li a{display:block; background:#f2f4f8; padding:42px 32px; border-radius:5px; width:100%; box-sizing:border-box; transition:0.3s all;}
.job_list li a:hover{background:var(--main_color); color:#fff;}
.job_list li a:hover i,.job_list li a:hover span{color:#fff;}
.job_list li .tit{ font-size:20px; margin-bottom:.5rem;}
.job_list li .tit i{ float:right; font-size:30px; color:#999; margin-top:-.1rem;  transition:0.3s all;}
.job_list li .txt span{width:50%; font-size:15px; color:#666;  transition:0.3s all;}

.job_box3{}
.job_box3 .pic{ width:45%;}
.job_box3 .pic img{width:100%;}
.job_box3 .txt{/*display:flex; flex-direction:column; justify-content:center;*/width:50%; line-height:1.5;}
.job_box3 .txt h5{font-size:.3rem; margin-bottom:10px;}
.job_box3 .txt h5:after {content:""; display:block; width:20px; height:4px; background:var(--main_color); border-radius:10px; margin:15px 0 25px 0;}

.job_box3 .txt h6{font-size:.2rem; font-weight:normal; color:#999;  margin-bottom:25px;}
.job_box3 .txt p{font-size:.2rem; line-height:2; margin-bottom:50px;}
.job_box3 .txt dl{ font-size:16px;  line-height:2; margin-bottom:20px;}
.job_box3 .txt dt{ margin-right:10px;}
.job_box3 .txt dt i{background:#333; color:#fff; width:36px; height:36px; line-height:36px; border-radius:36px; text-align:center; display:inline-block;}
.job_box3 .txt dd img{ width:136px;}

/*招聘弹窗*/
.tc_join{width:925px; max-width:90%; background:#fff; /*min-height:480px;*/ padding:60px; box-sizing:border-box; border-radius:10px; position: relative;z-index: 1;}
.tc_join .close{position:absolute; top:25px; right:20px; cursor:pointer;}
.tc_join .close img{height:30px;}

.tc_join .tit{}
.tc_join .tit h4{ font-size:25px; margin-bottom:15px;}
.tc_join .tit p{ color:#888; font-size:15px;}
.tc_join .tit p span{ display:inline-block; margin-right:15px;}
.tc_join .tit p i{ margin-right:5px;}

.tc_join .scrollbox{max-height:360px; overflow: auto; padding-right:.5rem;}
.scrollbox::-webkit-scrollbar {width: 3px;height: 8px;background-color: #f8f8f8;}
.scrollbox::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.scrollbox::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow:none;background-color: #999;}

.tc_join .con{ line-height:2; font-size:16px; color:#666;}
.tc_join .con h5{font-size:18px; margin:30px 0 10px 0; color:#333;}


/*弹窗*/
.tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99999; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.tc-bg {height: 100%;background: rgba(0,0,0,.5);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}




/*留言弹窗*/
.buy_form{width:9rem; height:6.5rem; padding:.5rem .8rem; background:#fff; border-radius:10px; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}
.buy_form .close{position:absolute; top:40px; right:40px; cursor:pointer;}

.buy_form .tit{font-size:.36rem; color:#000; margin-bottom:.15rem}
.buy_form .info{ line-height:2em; font-size:.16rem; color:#888; border-bottom:solid 1px #ddd; height:.5rem; margin-bottom:.35rem;}

.buy_form ul{display:flex; justify-content:space-between; flex-wrap:wrap;}
.buy_form li{font-size:.15rem; margin-bottom:.15rem; width:49%;}

.buy_form input{padding:.2rem;width:100%; box-sizing:border-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px; font-size:.16rem;
}
.buy_form textarea{padding:.2rem;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:125px; border-radius: 2px; font-size:.16rem; font-family:"微软雅黑";}
.buy_form .form-group {width:100%;}
.buy_form .form-group input{width:49%; margin-right:1%;  margin-bottom:.2rem;}

.buy_form .submit{ border:none; font-size:.2rem; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;}
.buy_form .submit:hover{}

/*======================联系我们======================*/
/*联系我们*/
.lxfs_list { margin-bottom:.6rem;}
.lxfs_list li{width:32%; text-align:center;  border:solid 1px #e8e8e8; box-sizing:border-box; padding-bottom:.4rem; }
.lxfs_list li .ico{ height:64px; padding:.25rem 2px;}

.lxfs_list li h5{font-size:.23rem; color:#000; margin-bottom:.15rem;}
.lxfs_list li .desc{ font-size:14px; color:#545454; height:48px; line-height:1.8; padding:0 15px;}
.lxfs_list li .btn{ margin-top:.1rem; position:relative;}
.lxfs_list li .btn a{color:#000;}
.lxfs_list li .btn a:hover{color:var(--main_color);}
.lxfs_list li .btn svg{width:16px; vertical-align:middle;}
.lxfs_list li .ewm_img{display: none;width: 136px;height: 136px;padding:8px;position: absolute;bottom: 42px;left: 50%;margin-left: -68px;background: #fff;box-shadow: 0 2px 20px rgb(0 0 0 / 25%); box-sizing:border-box;}
.lxfs_list li .ewm_img::after{content: "";display: block;width: 0px;height: 0px;border:10px solid transparent;border-top-color: #fff;position: absolute;bottom: -20px;left: 50%;margin-left: -8px;}
.lxfs_list li .ewm_img img{width: 100%;height: 100%;object-fit: cover;}
.lxfs_list li .btn:hover .ewm_img{display: block;animation: f_code .5s ease-in-out both;}

/*留言背景*/
.form_bg{}
.form_bg .pic{width:50%; background: url(/static/default/mysite/images/consult_bg.jpg) no-repeat center; background-size: cover;}
.form_bg .form_con{ width:50%;background: #636363;color: #fff; padding:45px 6% 50px 80px; box-sizing:border-box;}
.form_bg .form_con h3{font-size:30px; font-weight:normal;margin-bottom:20px;}
.form_bg .form_con h5{font-size:15px; font-weight:normal; margin-bottom:25px; color:rgba(255,255,255,0.9);}


/*留言*/
.message_input {margin-bottom:15px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #ccc;font-size:14px;font-family:Microsoft Yahei;}
.message_input li{ width: 45%;} 
.message_input input{border: none;background: none;outline: none;border-bottom: 1px solid rgba(255,255,255,0.2);width: 100%;padding:15px 0; font-size:14px; color:#fff;} 
.message_input input:focus,.message_input textarea:focus {border-bottom: 1px solid #333;}
.message_input textarea{clear: both;display: block;border: none;background: none;color:#fff;outline: none;border-bottom: 1px solid rgba(255,255,255,0.2);width: 100%;padding: 14px 0;box-sizing: border-box;min-height:100px;} 

.message_input .form-group input{width:45%; }

.message_input .submit{ border:none;outline: none; font-size:15px; margin-top:15px; cursor:pointer; text-align:center; color:#fff; background:#333; font-family:"微软雅黑"; transition:0.3s all; width:2rem; line-height:52px;}
.message_input .submit:hover{background:var(--main_color); color:#fff; }
.message_input .submit i{margin-left:.25rem;}
 

/*服务特点*/
.fwtd_bg{background: url(/static/default/mysite/images/service_bg.jpg) no-repeat center; background-size: cover; padding:.5rem 0 1.25rem 0;}
.fwtd li{width:25%; border-right: solid 1px #d9dbdb;box-sizing: border-box;padding: 25px 3%; text-align:center;}
.fwtd li:last-child{border-right:0;}
.fwtd li .ico {width: 71px;height: 70px;margin: 0 auto;}
.fwtd li .ico img{ transition:2s all;}
.fwtd li:hover .ico img{-webkit-transform: rotatey(360deg); transform: rotatey(360deg);}
.fwtd li .txt{}
.fwtd li .txt h5{ font-size:.2rem;  margin:35px 0 25px 0;}
.fwtd li .txt p{ line-height:2; font-size:.16rem; color:#777;}





/*=======================网站内页==========================*/
.page_side{width:300px; z-index:600; margin-top:45px;}
.page_con{width:calc(100% - 325px);background:#fff; box-sizing:border-box;margin-top:45px; padding:25px 50px;}


/*=======================侧面导航==========================*/
.page_side_box{background:#fff; padding: 20px 20px 20px; box-sizing:border-box;}
.page_side_title{font-size:20px; padding:10px 0; color:#111; height:32px; border-bottom: 1px solid #ddd; margin-bottom:20px; font-weight:bold;}
.mt20{margin-top:20px;}

/*=======================内页tag==========================*/  
.side_key a{ background:#eee; padding:0 10px; line-height:30px; display:inline-block;  margin:0px 3px 8px 0; transition:0.3s all;}
.side_key a:hover{ background:#f90; color:#fff;}


/*关键词*/
.side_box .tags_a a{ background:#f1f1f1; padding:0 10px; line-height:30px; display:inline-block;  margin:5px 1px; transition:0.3s all;}
.side_box .tags_a a:hover{ background:#E81722; color:#fff;}


/*热门文章*/
.side_box .hot_art li{ margin-bottom:30px;}
.side_box .hot_art li .pic{width:120px; overflow:hidden;float:left; background:#000; margin-right:15px;}
.side_box .hot_art li .pic img{width:100%; display:block;}
.side_box .hot_art li .txt h3{font-size: 15px;line-height:1.6; font-weight:normal;margin-bottom:10px;margin-top:5px;}
.side_box .hot_art li .txt p{ font-size:13px; color:#999;}



/*最新阅读*/
.side_art .hd{ position:relative; margin-bottom:20px; background:#fff; height:47px; border-bottom:solid 1px #ddd;}
.side_art .hd li{ line-height:46px; box-sizing:border-box; text-align:center; cursor:pointer; font-size:20px; font-weight:bold; color:#111; position:relative; margin-right:25px;}
.side_art .hd li.on{border-bottom:solid 2px var(--main_color); color:var(--main_color);}
.side_art .hd li.on:after{content:"";position:absolute;bottom:0;left:50%;border-style:solid;margin-left:-5px;border-width:5px;border-color:transparent transparent var(--main_color);}

.side_art .bd ul li{margin-top:15px; position:relative; font-size:15px;}
.side_art .bd ul li i{background:#aaa; font-family:din; display:inline-block; font-style:normal; color:#fff; width:15px; line-height:15px; text-align:center; margin-right:10px; padding:3px; border-radius:3px;}
.side_art .bd ul li:nth-child(1) i{background:#f30; color:#fff;}
.side_art .bd ul li:nth-child(2) i{background:#f60; color:#fff;}
.side_art .bd ul li:nth-child(3) i{background:#FC8B28; color:#fff;}


  
/*=======================内页位置导航样式==========================*/
.page_con .wzdh{margin-bottom:30px; background: url(/static/default/mysite/images/title_bg.jpg) repeat-x left bottom; box-sizing:border-box; height:50px;  line-height:40px;}
.page_con .wzdh .biaoti{ font-size:22px;font-weight:bold; border-bottom: solid 6px rgba(255,95,42,0.6); height:44px;}


/*======================文章列表======================*/
.news_list li{line-height:3; font-size:16px; background:url(/static/default/mysite/images/dian1.png) no-repeat left center; padding-left:15px; border-bottom:solid 1px #e8e8e8;}
.news_list li span{float:right; font-size:14px; color:#888;}



/*文章列表*/
.art_list{}
.art_list li{ padding-bottom:20px; margin-bottom:20px; border-bottom:solid 1px #e8e8e8;}
.art_list li .art_l{width:27%; position:relative; overflow:hidden;}
.art_list li .art_l img{width:100%; display:block; border-radius:5px;}

.art_list li .art_r{ width:70%; position:relative; }
.art_list li.nopic .art_r{ width:100%; }

.art_list li .title{font-size: 18px;line-height: 26px; margin:5px 0 15px 0; display:inline-block; font-weight:bold; }
.art_list li .ms{ color:#999; line-height:2;}


.art_list li .art_footer{ position:absolute; left:0; bottom:5px; right:0;}
.art_list li.nopic .art_footer{ position:static; margin-top:10px;}
.art_list li .art_footer a,.art_list li .art_footer p{ font-size:13px; color:#666; display:inline-block;}
.art_list li .left_tool p{ margin-right:20px; padding-left:20px;}
.art_list li .left_tool p.p1{ background:url(/static/default/mysite/images/detail_img00.png) no-repeat left center;}
.art_list li .left_tool p.p2{ background:url(/static/default/mysite/images/detail_img02.png) no-repeat left center;}
.art_list li .left_tool p.p3{ background:url(/static/default/mysite/images/detail_img03.png) no-repeat left center;}

.art_list li .right_tool a:first-child{background:url(/static/default/mysite/images/detail_img01.png) no-repeat left center; padding-left:20px;}
.art_list li .right_tool a{ margin-right:10px;}


/*======================产品内容页======================*/
.pro_info{ margin:30px 0 30px 0;}
.pro_info .left{width:53%;}
.pro_info .left img{max-width:100%;}
.pro_info .right{width:42%;}
.pro_info .right h1{font-size:25px; line-height:1.6; margin-bottom:10px;}
.pro_info .right p{ border-bottom:dashed 1px #ddd; line-height:40px;}


/*按钮*/
.xundan{}
.xundan a{width:160px; line-height:42px;  background:#f8f8f8; border:solid 1px #ccc; border-radius:45px; display:inline-block;text-align: center;font-size:16px; color:#333; transition:0.3s all;  margin-top:25px;}
.xundan a:hover{ background:#f90; border:solid 1px #f90; width:180px; color:#fff;}

.xq_tit{font-size:18px; margin-bottom:25px; background:#f2f2f2;}
.xq_tit h4{ background:var(--main_color); color:#fff;  padding:13px 30px; display:inline-block; font-weight:normal;}



/* 表单样式 */
.biaodan{width:100%; margin-top:25px;}
.biaodan li{margin-bottom:15px;}
.biaodan input[type=text]{width:45%; line-height:45px;border-radius: 4px;border:1px solid #e8e8e8; background:#fff; padding-left:2%;font-size: 15px;  box-sizing:border-box;}
.biaodan input:focus{border:1px solid var(--main_color);}
.biaodan textarea:focus{border:1px solid var(--main_color);}
.biaodan textarea{width: 100%;height:125px;font-size: 15px;border-radius: 5px;border:1px solid #e8e8e8; background:#fff;padding: 2%;padding-top:10px; box-sizing:border-box;}
.biaodan select{width: 100%; height:34px; box-sizing:border-box; background:#f2f2f2; line-height: 34px;border-radius: 3px;border:1px solid #ddd;font-size: 14px;padding-left: 2%;}

.biaodan .input{position:relative;}
.biaodan .input img{ position:absolute; right:0px; top:3px;}

.biaodan .submit {cursor: pointer; border-radius: 5px;background:#f90;color: #fff;border:0px solid #fff;display: block;width:100%; height: 52px;font-size: 16px; margin-top:15px;}
.biaodan .submit:hover{background: #f90;opacity: 1.0;}





/*文章标题*/
.title_txt {font-size:.3rem;line-height:1.6em; font-weight:bold; color:#121212; margin-top:.25rem;}
.art_info{margin-bottom:.3rem; color:#999; border-bottom: solid 1px #e8e8e8;}
.art_info em{position:relative;font-size:13px; display:inline-block; line-height:.6rem; font-style:normal; margin-right:25px;}
.art_info em img{ margin:-3px 5px 0 0; vertical-align:middle;}
.art_info em a{color:#999;}
.share{ position:absolute; left:80px; top:18px; width:180px; transform: scale(1);}


/*正文*/
#art_box { font-size:15px; text-align:justify; line-height:2em; color:#555;}
#art_box p {margin-bottom:.2rem; }
#art_box p img{ max-width:100%;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px;text-align:center;}
#art_box table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}
#art_box table td{padding:5px 10px; border:1px solid #D5DFEC;}
#art_box table td:nth-child(2){text-align:left;}
#art_box a{color:#2343B2;}

#art_box video{ max-width:100%;}

.bot_info{ font-size:15px; border-top:dashed 1px #ddd; margin-top:30px;}
.bot_info p{ border-bottom:dashed 1px #ddd; line-height:30px; padding:10px 0;}
.bot_info p a{margin-right:10px;}



/*相关阅读*/
.xg_tit h5{font-size:20px; margin:.5rem 0 .25rem 0; position:relative; padding-left:15px;}
.xg_tit h5:after {width:4px;height:18px; 
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background:var(--main_color);
}

.xg_art{}
.xg_art li{position:relative; padding-left:15px; font-size:15px; width:48%; box-sizing:border-box; line-height:2.4;}
.xg_art li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; background:var(--main_color); position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.xg_art li span{float:right; margin-top:5px; color:#999;font-size:13px;}


/*系统表单样式*/
.portlet-body{ background:#f8f8f8; border-radius:5px;}
.portlet-body .form-group{margin-bottom:10px;}
.portlet-body .form-horizontal{ padding:50px 80px;}
.portlet-body .form-horizontal input{border:solid 1px #ccc; border-radius:5px; height:36px; line-height:36px; font-size:15px; color:#666; padding:0 10px; margin-top:5px; box-sizing:border-box; outline:none;}
.portlet-body .form-horizontal textarea{border:solid 1px #ccc; border-radius:5px; line-height:36px; font-size:15px; color:#666; padding:0 10px; margin-top:5px; box-sizing:border-box; outline:none;}
.portlet-body .form-horizontal .btn{width:128px; height:40px; line-height:40px; background:#0085c3; color:#fff; border:none; border-radius:5px; cursor:pointer; outline:none; transition:0.3s all;}
.portlet-body .form-horizontal .btn:hover{ background:#f60; color:#fff; text-decoration:none;}



/*404*/
.page_msg {padding: 50px;}
.page_msg h5 { line-height: 60px;border-bottom: 1px solid #ddd;margin-bottom: 10px; font-size:25px; text-align:center;}
.page_msg_con {color: #999; line-height:40px; text-align:center;padding: 25px 0;}
.page_msg_con i {font-size:100px;color: #ddd; margin-bottom:10px;}



/*内页分页*/
.search-pagination{text-align:center; margin:50px 0 20px 0;}
.pagination li {display: inline-block;margin:0 3px; }
.pagination li a{display: inline-block;font-size: 15px;min-width: 46px;height: 46px;line-height: 46px; box-sizing: border-box; padding:0 20px; box-sizing:border-box;transition: 0.3s; background:#e8e8e8; border:solid 0px #ddd;}
.pagination li.active a,.pagination li a:hover{color: #fff !important;background-color:var(--main_color);border:solid 0px var(--main_color);}






/*搜索页面*/
.border_box{ background:#fff; /*box-shadow: 2px 2px 20px rgba(0,0,0,.05);*/padding: 60px 80px; box-sizing:border-box;}

.portlet-title{ height:50px; line-height:50px; border-bottom: 1px solid #eee; display: flex;justify-content: space-between; margin:20px 0;}
.portlet-title h5{font-size:18px; position:relative; float:left; padding:0 5px;}
.portlet-title h5:after{content: "";position: absolute;width:100%; height: 2px;left: 0;bottom: -1px;background:var(--main_color);}


.serch_n{ padding: 0px 300px; position:relative; margin-bottom:.2rem;}
.serch_n input{width:100%; padding:15px 25px; font-size:17px; outline:none; background:#f8f8f8; box-sizing:border-box; height:.6rem; line-height:.6rem; border:solid 1px #ddd;}
.serch_n .btn{ position:absolute; right:290px; top:0px;}
.serch_n .btn button{ width:125px; height:.6rem; border:0; cursor:pointer; outline:none; padding-left:40px; font-size:.18rem; color:#fff; background: url('/static/default/mysite/images/serch.png') no-repeat 30px center var(--main_color); background-size:20px auto;}


/*======================搜索======================*/
.serch{height:46px; display:flex; justify-content:center;align-items:center;}
.serch #keyword {width:78%;height:36px; border-radius:5px 0 0 5px; background:url(/static/default/mysite/images/icon-sq2.png) 15px center no-repeat #f2f2f2;padding: 0 .2rem;padding-left:50px;font-size:15px; box-shadow: none;-webkit-appearance: none;border:0; box-sizing:border-box;outline:none; float:left;}
.serch .btn_submit {width: 22%;height:36px; background: var(--main_color); border-radius:0 5px 5px 0;  font-size:15px;color: #fff;cursor: pointer;text-transform: uppercase;border:0; outline:none;}















/*右侧浮动*/
.online_q {position: fixed;right:10px;bottom: 10%;/*transform: translateY(-50%);*/z-index: 99;transition:.5s;-webkit-transition:.5s;}
.online_q .btn2{cursor:pointer;position:relative;margin-bottom: 5px; text-align:center;transition:.3s;line-height: 54px; z-index: 0; }
.online_q .btn2 span{display:block;width: 54px;height: 54px;line-height: 54px;position:relative;z-index:999;overflow:hidden;transition:.3s;-webkit-transition:.3s;border-radius: 50%;background: #fff;box-shadow: 0 5px 15px rgba(0,0,0,0.15);}
.online_q .btn2 svg{height: 22px;width: 22px;display: inline-block;vertical-align: middle;fill: #666;}
.online_q .btn2:hover span{background: var(--main_color);}
.online_q .btn2:hover span svg{ fill:#fff;}

#gotop.hide{ height:0; overflow: hidden;}

.online_q .social-share{position:absolute;background: var(--main_color);border-radius:3px;right:95px;top: 0;text-align: center;opacity:0;transition: .6s;-webkit-transition: .6s;visibility:hidden;font-size: 18px;color: #fff;white-space: nowrap;padding: 0 15px;}
.online_q .social-share1{height:auto;padding: 0 10px;}
.online_q .social-share:before{content:"";display:block;width:0;height:0;border:10px solid transparent;border-left: 10px solid var(--main_color);position:absolute;right:-15px;top:50%;margin-top:-10px;}
.online_q .social-share img{width:80px;height:80px;margin-top:10px;margin-bottom:10px;}
.online_q .btn2:hover .social-share{opacity:1;right: 60px;visibility:visible;}
.online_q .social-share1:before{top: 24px;}
  


/*更多*/
.lookmore{ text-align:center;margin-top:.2rem;}
.lookmore a{display:inline-block;border: #999 .01rem solid; border-radius:.22rem;width:1.55rem; line-height:.42rem; color: #565656; position:relative;overflow:hidden; transition:0.5s all;}
.lookmore a span{ position:relative; z-index:10}
.lookmore a:hover{color:#fff;border:var(--main_color) .01rem solid;background: var(--main_color); transition-delay:0.36s}
@-webkit-keyframes criss-cross-left {
0% {
left: -.2rem;
}
50% {
left: 50%;
width: .2rem;
height: .2rem;
}
100% {
left: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
@keyframes criss-cross-left {
0% {
left: -.2rem;
}
50% {
left: 50%;
width: .2rem;
height: .2rem;
}
100% {
left: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -.2rem;
}
50% {
right: 50%;
width: .2rem;
height: .2rem;
}
100% {
right: 50%;
width: 3.75rem;
height:3.75rem;
}
}
@keyframes criss-cross-right {
0% {
right: -.2rem;
}
50% {
right: 50%;
width: .2rem;
height: .2rem;
}
100% {
right: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
.btn-11 {
position: relative;
color: #9a7cba;
}
.btn-11:before, .btn-11:after {
position: absolute;
top: 50%;
content: '';
width: .2rem;
height: .2rem;
background: var(--main_color);
border-radius: 50%;
}
.btn-11:before {
left: -.2rem;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/*     animation: criss-cross-left 0.8s reverse; */
}
.btn-11:after {
right: -.2rem;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
/*     animation: criss-cross-right 0.8s reverse; */
}
.btn-11:hover:before, .btn-11:hover:after {
/*       @include size($btn-width); */
}
.btn-11:hover:before {
-webkit-animation: criss-cross-left 0.8s both;
animation: criss-cross-left 0.8s both;
}
.btn-11:hover:after {
-webkit-animation: criss-cross-right 0.8s both;
animation: criss-cross-right 0.8s both;
}



/*主营业务——运输业务模块*/
.yunshu{margin-top:80px;margin-bottom:20px;padding-bottom:20px;}
.yunshu .left{width:60%;}
.yunshu .right{overflow:hidden;}
.yunshu .right img{width:100%;}
.yunshu .n_tt{ text-align: left;margin-bottom:50px;}
.yunshu .n_tt h3{ text-align: left; font-size:.36rem;color: #35383a;margin-bottom: 6px;}
.yunshu .n_tt span{font-size: 14px;color: #b6b6b6;font-family: Roboto;text-transform: uppercase;}
.yunshu .n_tt i {display: block;width: 25px;height: 3px;background: var(--main_color);margin-top: 20px; border-radius:10px;}
.yunshu .left .con{ font-size: 16px; line-height: 24px; color: #5b5b5b;line-height:30px;}

/*运输资源*/
.ziyuan{padding:30px 0 50px 0;}
.n_title{text-align:center;margin-bottom:30px;}
.n_title h3{ font-size: .36rem;color: #35383a;margin-bottom: 6px;}
.n_title span{font-size: 14px;color: #b6b6b6;font-family: Roboto;text-transform: uppercase;}
.n_title i {display: block;width: 25px;height: 3px;background: var(--main_color);margin:20px auto; border-radius:10px;}
.n_title p {font-size: 15px;color:#666;text-align: center;line-height:34px;}

.ziyuan .top{}
.ziyuan .top li{background:rgba(204,51,153,1);}
.ziyuan .top li:nth-of-type(1){width:66%;background:url(/static/default/mysite/images/cl_2.jpg) no-repeat center; background-size:cover;padding:20px 0 50px 0;}
.ziyuan .top li .ico{margin:20px 0 10px 30px;}
.ziyuan .top li .txt{margin-left:30px;}
.ziyuan .top li .txt h3{color:#fff;font-size:20px;font-weight:normal;line-height:36px;}
.ziyuan .top li .txt span{display:inline-block;color:#fff;font-size:14px;padding-bottom:20px;}
.ziyuan .top li .txt p{font-size:15px;color:#fff;line-height:32px;padding-right:30px;}
.ziyuan .top li:nth-of-type(2){width:32.2%;background:#fff;}

.ziyuan .bottom li{width:32.2%;background:#fff;margin-top:20px;padding:20px 0 30px 0;}
.ziyuan .bottom li .ico{margin:20px 0 10px 30px;}
.ziyuan .bottom li .txt{margin-left:30px;}
.ziyuan .bottom li .txt h3{color:#fff;font-size:20px;font-weight:normal;line-height:36px;}
.ziyuan .bottom li .txt span{display:inline-block;color:#fff;font-size:14px;padding-bottom:20px;}
.ziyuan .bottom li .txt p{font-size:15px;color:#fff;line-height:32px;padding-right:30px;}


/*技术应用*/
.jsyy {padding-top:50px;}
.jsyy .txt p{text-align:center;font-size:16px;line-height:36px;}
.jsyy .pic{overflow:hidden;margin-top:30px;text-align:center;}
.jsyy .pic img{}



/*运输流程*/
.liucheng{padding:30px 0 50px 0;}
.liucheng .lc_list li{width:18%;padding:35px 0;border-radius:10px;background:#fff;text-align:center; transition:0.3s;}
.liucheng .lc_list li .pic{width:80px;height:80px;background:var(--main_color);margin:0 auto;border-radius:100%;}
.liucheng .lc_list li .pic img{ margin-top:20px;}
.liucheng .lc_list li .txt b{display:inline-block;font-size:18px;padding:15px 0 10px 0;}
.liucheng .lc_list li .txt p{font-size:16px;color:#888;}
.liucheng .lc_list li:hover{ transform:translate(0,-20px);}

/*车辆展示*/
.clzs {padding-top:50px;}
.clzs  li{position:relative; overflow:hidden; margin-bottom:15px;width:32%;}
.clzs  li .pic{  overflow:hidden; position:relative;}
.clzs  li img{width:100%; display:block; transition:0.3s all; opacity:1;}
.clzs  li:hover img{transform:scale(1.08);}
.clzs  li .txt{ text-align:center; line-height:36px; transition:0.4s all;  font-size:15px; transition:0.6s all;}
.clzs  li:hover .txt{color:#fff; background:var(--main_color);}

/*仓库介绍*/
.ckjs{padding:30px 0 60px 0;}


/*设备介绍*/
.sbjs {padding:50px 0 0 0;}
.sbjs_list {}
.sbjs_list  li{position:relative; overflow:hidden; margin-bottom:15px;width:24%;}
.sbjs_list  li .pic{  overflow:hidden; position:relative;}
.sbjs_list  li img{width:100%; display:block; transition:0.3s all; opacity:1;}
.sbjs_list  li:hover img{transform:scale(1.08);}
.sbjs_list  li .txt{ text-align:center; line-height:36px; transition:0.4s all;  font-size:15px; transition:0.6s all;}
.sbjs_list  li:hover .txt{color:#fff; background:var(--main_color);}


/*增值服务*/
.zzfw {padding:50px 0 5px 0;}
.zzfw .zzfw_list li{margin-bottom:30px;}
.zzfw .zzfw_list .txt{width:35%;background:#eff2f7; transition:0.5s;  color:#666; padding-bottom:15px;}
.zzfw .zzfw_list .txt h3{margin:30px 30px 20px 30px;font-size:20px;}
.zzfw .zzfw_list .txt p{text-align:justify;line-height:2; margin:0 30px;}
.zzfw .zzfw_list .pic{width:64%;overflow:hidden;}
.zzfw .zzfw_list .pic img{width:100%;transition:0.5s;height:100%;}
.zzfw .zzfw_list li .txt:hover{background:var(--main_color);color:#fff;}
.zzfw .zzfw_list li:hover .pic img{transform:scale(1.1);}


/* 表单样式 */
.bd_box{width:1000px; margin:auto;}
.biaodan1{}
.biaodan1 li{ }
.biaodan1 input[type=text]{width:200px; line-height:55px;border-radius: 3px;border:1px solid #ddd; background:#fff; padding-left:10px;font-size: 15px;  box-sizing:border-box; outline:none;}
.biaodan1 input:focus{border:1px solid #999;}
.biaodan1 textarea:focus{border:1px solid #28A84B;}
.biaodan1 textarea{width: 100%;height:125px;font-size: 15px;border-radius: 3px;border:1px solid #ddd; background:#fff;padding: 2%;padding-top:10px; box-sizing:border-box;}
.biaodan1 select{width: 100%; height:34px; box-sizing:border-box; background:#f2f2f2; line-height: 34px;border-radius: 3px;border:1px solid #ddd;font-size: 14px;padding-left: 2%;}

.biaodan1 .form-group{}
.biaodan1 .form-group input{border:solid 1px #ddd; line-height:46px; color:#666; padding:0 10px; width:160px; margin-right:5px; box-sizing:border-box; outline:none;}

.biaodan1 .message_input{text-align:center;}
.biaodan1 .submit{width:130px; line-height:55px; background:var(--main_color); color:#fff; border:none; font-size:16px; border-radius:3px; cursor:pointer; outline:none; transition:all 0.3s; }
.biaodan1 .submit:hover{background:#f80;}

.show_box{width:1000px; margin:auto;}

















<!--0.00016307830810547-->